Trilium Web Clipper is a web browser extension which allows user to clip text, screenshots, whole pages and short notes and save them directly to Trilium Notes.

Supported browsers

Trilium Web Clipper officially supports the following web browsers:

Obtaining the extension

The extension is available from the official browser web stores:

Functionality

Location of clippings

Trilium will save these clippings as a new child note under a "clipper inbox" note.

By default, that's the day note but you can override that by setting the label clipperInbox, on any other note.

If there's multiple clippings from the same page (and on the same day), then they will be added to the same note.

Keyboard shortcuts

Keyboard shortcuts are available for most functions:

To set custom shortcuts, follow the directions for your browser.

Configuration

The extension needs to connect to a running Trilium instance. By default, it scans a port range on the local computer to find a desktop Trilium instance.

It's also possible to configure the server address if you don't run the desktop application, or want it to work without the desktop application running.

Testing development versions

Development versions are version pre-release versions, generally meant for testing purposes. These are not available in the Google or Firefox web stores, but can be downloaded from either:

For Chrome

  1. Download trilium-web-clipper-[x.y.z]-chrome.zip.
  2. Extract the archive.
  3. In Chrome, navigate to chrome://extensions/
  4. Toggle Developer Mode in top-right of the page.
  5. Press the Load unpacked button near the header.
  6. Point to the extracted directory from step (2).

For Firefox

  1. Navigate to about:addons.
  2. Select Extensions in the left-side navigation.
  3. Press the Gear icon on the right of the Manage Your Extensions title.
  4. Select Install Add-on From File…
  5. Point it to trilium-web-clipper-[x.y.z]-firefox.zip.
  6. Press the Add button to confirm.

Credits

Some parts of the code are based on the Joplin Notes browser extension.